home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000337_news@newsmaster….columbia.edu _Mon Aug 3 09:53:26 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA15250
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 3 Aug 1998 09:53:26 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA09933
  7.     for kermit.misc@watsun; Mon, 3 Aug 1998 09:53:25 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Q: How to back up a DOS box to UNIX via Kermit?
  12. Date: 3 Aug 1998 13:53:24 GMT
  13. Organization: Columbia University
  14. Lines: 36
  15. Message-ID: <6q4fck$d0b$1@apakabar.cc.columbia.edu>
  16. References: <slrn6s4abl.ha5.charlie@pc.antipope.org> <slrn6s5qo9.jc1.charlie@pc.antipope.org> <6pvqui$apt$1@apakabar.cc.columbia.edu> <slrn6s93ug.p2b.charlie@pc.antipope.org>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9049
  19.  
  20. In article <slrn6s93ug.p2b.charlie@pc.antipope.org>,
  21. Charlie Stross <charlie @ nospam . antipope . org> wrote:
  22. : On 1 Aug 1998 19:40:02 GMT, Frank da Cruz 
  23. : <fdc@watsun.cc.columbia.edu> wrote:
  24. : >It turns out that MS-DOS Kermit (unlike C-Kermit or K95) has to be told to
  25. : >include the pathname on outbound files when it is sending recursively;
  26. : >otherwise, it leaves off the pathname, which explains why all the files are
  27. : >ending up in the same directory on Linux.
  28. : >
  29. : >So before starting the transfer, tell MS-DOS Kermit:
  30. : >
  31. : >  set send pathnames relative
  32. : >  cd <root-of-tree-to-be-backed-up>
  33. : >  connect
  34. : Thanks. Subdirectories now being created and populated correctly.
  35. : Oddly, though, doing get /recursive * quits after fetching the first
  36. : directory tree (we're talking about a DOS system here, with several
  37. : directory trees in its root). I can live with this -- it's pulling
  38. : things over and putting them in the right place, even if I have to 
  39. : tell it each top-level directory to pull in -- but I can't help
  40. : wondering why. Is it some kind of globbing problem? (Time to RTFM, I
  41. : think.)
  42. I would say it's a globbing problem.  It should work consistently no matter
  43. where it's rooted.  We'll have to look into this for the next Beta edit.
  44. Thanks for noticing.
  45.  
  46. : (BTW, can I add that this is about the best support I've ever seen for
  47. : a piece of free/semi-free software? Thanks!)
  48. Thanks for saying so!
  49.  
  50. - Frank